scrolledwindow: Remove child before destroying self
authorBenjamin Otte <otte@redhat.com>
Mon, 9 May 2016 22:59:19 +0000 (00:59 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 9 May 2016 23:00:41 +0000 (01:00 +0200)
commit732316aca25c4616d26669e85024097324a1101c
tree411e0d1ad4697d92431d17903788c13d648c2c6b
parent0c37b057167f5da7fb4be1e182d8dda3de413264
scrolledwindow: Remove child before destroying self

Children tend to call back into the scrolled window while being removed
and that doesn't work too well if the scrolled window is destroyed
already as Christian Hergert found out.
gtk/gtkscrolledwindow.c